home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / source / exec / docs / makefile < prev   
Encoding:
Makefile  |  1996-07-16  |  285 b   |  25 lines

  1.  
  2. TOP_DIR     = prj:
  3. CURRENT_DIR    = source/exec/docs/
  4.  
  5. include $(TOP_DIR)MakeFlags
  6.  
  7. USR_DIST_FILES    =
  8. DEV_DIST_FILES    = Makefile exec.doc
  9.  
  10. all ::
  11.     $(nothing-to-be-done)
  12.  
  13. install ::
  14.     $(nothing-to-be-done)
  15.  
  16. clean ::
  17.     $(nothing-to-be-done)
  18.  
  19. check ::
  20.     $(nothing-to-be-done)
  21.  
  22. dist ::
  23.     $(do-dist)
  24.  
  25.